home *** CD-ROM | disk | FTP | other *** search
/ Easy Personal Web Page / Easy Personal Web Page.iso / EMAIL / PEGASUS / MERCURY / MERCURY.INI < prev    next >
INI File  |  1994-05-11  |  5KB  |  99 lines

  1. #
  2. #  Sample MERCURY.INI file (in fact, the one I use on my
  3. #  production server). This one implements most of the possible
  4. #  switches for each module, but you can edit it to do less if
  5. #  you wish. All the fields shown below are described in the
  6. #  file MGUIDE.EXE which is supplied in the Mercury archive.
  7. #
  8. #  Anything after a '#' to the end of the line is a comment and
  9. #  is stripped out before parsing. Trailing and leading whitespace
  10. #  is also stripped before parsing.
  11. #
  12.  
  13. [General]
  14. myname:      urania.pmail.gen.nz  # Canonical name for this server
  15. timezone:    +1100                # Time Zone to add to date fields
  16. mailqueue:   TEMPQ                # Queue: where mail is submitted by PMail
  17. smtpqueue:   TEMPQ                # Queue: where outgoing mail should be placed
  18.                                   # note: smtpqueue and mailqueue can be the same
  19.  
  20. # To use Mercury 1.11's spooler directory submission mechanism instead of
  21. # the queue-based system, you would comment out the section above and
  22. # uncomment the section shown below:
  23. #
  24. # [General]
  25. # myname:      urania.pmail.gen.nz  # Canonical name for this server
  26. # timezone:    +1100                # Time Zone to add to date fields
  27. # file_api:    1                    # Use a spool directory instead of queues
  28. # mailqueue:   SYS:SMTPMAIL         # Path: where mail is submitted by PMail
  29. # smtpqueue:   SYS:SMTPMAIL         # Path: where outgoing mail should be placed
  30.  
  31.  
  32. [Mercury]
  33. failfile:     SYS:SYSTEM/MERCURY/FAILURE.MER  # Delivery failure notification template
  34. confirmfile:  SYS:SYSTEM/MERCURY/CONFIRM.MER  # Delivery confirmation template
  35. aliasfile:    SYS:SYSTEM/MERCURY/ALIAS.MER    # System-wide alias file
  36. synfile:      SYS:SYSTEM/MERCURY/SYNONYM.MER  # User synonym database
  37. listfile:     SYS:SYSTEM/MERCURY/LISTS.MER    # List of lists
  38. logfile:      SYS:SYSTEM/MERCURY/MERCURY.LOG  # Traffic logging file
  39. bitnethost:   cunyvm.cuny.edu      # Relay host for ".bitnet" rewrites
  40. poll:         10                   # Seconds between queue polling cycles
  41. scratch:      SYS:SYSTEM/MERCURY   # Where we can write temp files
  42. switch:       2                    # number of ms to yield per op on heavy I/O
  43. returnlines:  15                   # How many lines of failed messages to return
  44. postmaster:   DAVID                # NetWare UIC of postmaster
  45. swapids:      1                    # Not currently used - leave as 1
  46. broadcast:    1                    # Yes, we want broadcast notifications, but
  47. receipts:     0                    # ... no broadcasts for receipt confirmations
  48. PM_notify:    1                    # Do/Don't send errors to the postmaster
  49. change_owner: 0                    # Change message ownership to recipient
  50.  
  51.  
  52. [MercuryC]
  53. host:        192.156.225.2        # mail mail host which relays for us
  54. scratch:     SYS:SYSTEM/MERCURY   # Where we can write temp files
  55. poll:        30                   # Seconds between queue polling cycles
  56. switch:      2                    # number of ms to yield per op on heavy I/O
  57. returnlines: 15                   # How many lines of failed messages to return
  58. failfile:    SYS:SYSTEM/MERCURY/FAILURE.MER  # Delivery failure template
  59.  
  60.  
  61. [MercuryS]
  62. switch:      2
  63. debug:       1                    # Whether or not to show session progress
  64. # allow:       192.156.225.2        # A machine we WILL permit to connect
  65. # refuse:      192.156.225.0        # A group of machines we WON'T permit.
  66. discard:     30000                # Max. number lines to allow in a message
  67. # size:        1500000              # Maximum ESMTP message size to accept
  68. # logfile:     SYS:SYSTEM/MERCURY/MERCURYS.LOG   # Logfile for incoming mail
  69.  
  70. [MercuryP]
  71. scratch              :     SYS:SYSTEM/MERCURY
  72. switch               :     2
  73. # Mark_Read            :      0   # Don't mark downloaded mail as read
  74.  
  75. [Groups]
  76. # Alias for group          Actual NetWare group name
  77. # testgroup            :     TESTGRP
  78.  
  79.  
  80. [Domains]
  81. # NetWare Server           Domain name
  82. THALIA               :     THALIA
  83. THALIA               :     urania
  84. THALIA               :     urania.pmail.gen.nz
  85. THALIA               :     thalia.pmail.gen.nz
  86. THALIA               :     pmail.gen.nz
  87. THALIA               :     [192.156.225.16]
  88.  
  89.  
  90. [Maiser]
  91. Maiser               :     Maiser
  92. Helpfile             :     SYS:SYSTEM/MERCURY/MAISER.HLP
  93. Lookupfile           :     SYS:SYSTEM/MERCURY/MAISER.LKP
  94. Send_dir             :     SYS:SYSTEM/MERCURY/SENDABLE
  95. Logfile              :     SYS:SYSTEM/MERCURY/MAISER.LOG
  96. # Notify               :     SYS:SYSTEM/MERCURY/TMP
  97. # Local_only           :     Y
  98.  
  99.